.tooltip-nativo .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px 25px 0 25px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 130%;
    transform: skew(10deg);
    border: 2px solid #075e54;
    display:flex;
    justify-content: center;
  }

  .tooltip-nativo .tooltiptext p {
    transform: skew(-10deg);
    width: 230px;
    font-family: 'Lato', sans-serif !important;
    color: #075e54;
    text-align: center;
    font-weight: 600;
  }
  
 
  .tooltip-nativo:hover .tooltiptext {
    visibility: visible;
  }
  
  
  
  .resaltes-form {
    color: #212529;
    background-color: #fff;
    outline: 2px solid #ec2f2f !important;
    box-shadow: 0 1rem 3rem rgba(89, 83, 83, 0.175) !important;
}

.error-form {
    color: #e02323;
    font-family: 'Lato', sans-serif !important;
    display: block;
    font-size: .8em;
    font-weight: 600;
}

.iconos {
    fill: #fff;
    width: 2.3rem;
}

@keyframes flotan {
    0% {
        bottom: 130px;
    }

    25% {
        bottom: 135px;
    }

    50% {
        bottom: 130px;
    }

    75% {
        bottom: 125px;
    }

    100% {
        bottom: 130px;

    }
}

@keyframes aura {
    0% {
        border: 15px solid rgba(62, 189, 78, 1);
        left: calc(25% - 15px);
        top: calc(25% - 15px);
    }

    20% {
        border: 18px solid rgba(62, 189, 78, .8);
        left: calc(25% - 18px);
        top: calc(25% - 18px);

    }

    40% {
        border: 21px solid rgba(62, 189, 78, .6);
        left: calc(25% - 21px);
        top: calc(25% - 21px);

    }

    60% {
        border: 24px solid rgba(62, 189, 78, .4);
        left: calc(25% - 24px);
        top: calc(25% - 24px);

    }

    80% {
        border: 27px solid rgba(62, 189, 78, .2);
        left: calc(25% - 27px);
        top: calc(25% - 27px);

    }

    100% {
        border: 30px solid rgba(62, 189, 78, 0);
        left: calc(25% - 30px);
        top: calc(25% - 30px);

    }
}


body {
    font-family: 'Lato', sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
}


.main-banner,
#popForm,
#formMForm {
    display: none;
}


#popForm {
    background-color: #242526e4  !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}


#formMForm {
    font-family: 'Lato', sans-serif !important;
    border-radius: 10px;
    color: rgb(52, 52, 52);
    background-color: rgba(237, 237, 237);
    padding: 1.5%;
    justify-content: center;
    border-top: 8px solid #e84621;
    box-sizing: border-box;
    box-shadow: 0 1rem 3rem rgba(89, 83, 83, 0.175) !important;
    margin: 0 auto;
    align-self: center;
    width: 30rem;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}


#formMForm h6 {
    font-size: 1.8em;
    padding: 2% 0% !important;
    margin: 0 !important;
    font-weight: 700;
    text-align: center;
    color: #e84621;
}

#formMForm small {
    font-weight: 500;
    font-size: .9em;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.fr-input {
    display: grid;
    margin-bottom: 20px !important;
}

.fr-input b,
.fr-input a,
.fr-input small {
    font-size: .8em !important;
    text-align: left;
}


.inputModal {
    padding: 15px;
    border: 0 !important;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    font-family: 'Lato', sans-serif !important;
}

#formMForm input:focus,
#formMForm select:focus {
    outline: 0;
}

.l-input {
    font-size: .9em !important;
    color: rgb(43, 42, 42) !important;
    font-weight: 600 !important;
    padding-bottom: 2%;
    font-family: 'Lato', sans-serif !important;
}


#continuar-form,
#regresar-form,
#enviar-form {
    width: 100%;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    font-size: 1em !important;
    border-radius: 5px !important;
    height: 55px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
}

#continuar-form,
#enviar-form {
    background-color: #e84621;
    color: #fff;
    border: 0;
}

#regresar-form {
    color: #e84621;
    border: 1px solid #e84621 !important;
    margin-top: 2%;
}


@media screen and (max-width:1700px) {

    .titulohp {
        max-width: 100%;
    }

}

@media screen and (max-width:1200px) {




    #formMForm {
        padding: 3% 3%;
        max-width: 90%;
        margin: 0;
        width: 85%;
       
    }

    .tituloe {

        padding-top: 60%;
        width: 80%;
    }

    #copy-desk {
        display: none;
    }

    #copy-mobi {
        display: block;
    }

    .titulohp {
        max-width: 85%;
        text-align: center;
        margin: 10px;
        padding: 0;

        font-size: 1.2em;
        font-weight: 200;

    }

    .botones {
        margin: 10px 0;

    }

}



/*BOTONES*/

#botoneraForm {
    position: fixed;
    right: 0;
    bottom: 2%;
    height: auto;
    padding: 1%;
    z-index: 9000;
}


#btnSendForm {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    align-self: center;
    align-items: center;
    display: grid;
    margin: 0 auto;
    justify-content: center;
    background-color: #004f85 !important;
    border-radius: 50px;
    animation: 1.5s flotar infinite;
}

#botonWpForm {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    align-items: center;
    display: grid;
    margin: 0 auto;
    justify-content: center;
    background-color: #25d366;
    border-radius: 50PX;
    height: 0 auto;
    margin: 0 auto;
    position: fixed;
    animation: 1.5s flotan infinite;
}

#botonWpForm::before {
    position: absolute;
    box-sizing: content-box !important;
    content: '';
    width: 50%;
    height: 50%;
    z-index: -1;
    border-radius: 50%;
    animation: 1s aura infinite;
    transition: all ease;
}



.iconos2,
.iconos {
    fill: #fff;
    width: 2rem;
}

.iconos3 {
    width: 3.5rem;
}


@media screen and (max-width:1600px) {

    #botoneraForm {
        position: fixed;
        right: 1%;
        bottom: 3%;
        height: auto;
        padding: 1%;

    }


}

@media screen and (max-width:800px) {
    #botoneraForm {
        right: 4%;
    }

    .iconos {

        width: 2rem;
    }

    .iconos2 {

        width: 1.6rem;
    }

   
}